home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TFRMLANGUAGESELECTION / TFRMLANGUAGESELECTION.txt
Text File  |  2006-11-06  |  1KB  |  67 lines

  1. object frmLanguageSelection: TfrmLanguageSelection
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select language'
  7.   ClientHeight = 116
  8.   ClientWidth = 283
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     283
  21.     116)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lblSelectLanguage: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 195
  28.     Height = 13
  29.     Caption = 'Select language to use for <APPTITLE>:'
  30.   end
  31.   object cbLanguages: TComboBox
  32.     Left = 8
  33.     Top = 38
  34.     Width = 265
  35.     Height = 21
  36.     AutoComplete = False
  37.     AutoDropDown = True
  38.     Style = csDropDownList
  39.     Anchors = [akTop, akRight]
  40.     ItemHeight = 0
  41.     TabOrder = 0
  42.   end
  43.   object btnCancel: TButton
  44.     Left = 199
  45.     Top = 81
  46.     Width = 75
  47.     Height = 25
  48.     Anchors = [akRight, akBottom]
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 1
  53.   end
  54.   object btnOK: TButton
  55.     Left = 118
  56.     Top = 81
  57.     Width = 75
  58.     Height = 25
  59.     Anchors = [akRight, akBottom]
  60.     Caption = 'OK'
  61.     Default = True
  62.     ModalResult = 1
  63.     TabOrder = 2
  64.     OnClick = btnOKClick
  65.   end
  66. end
  67.